[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Move                     Transfers Block of Bytes

 Move(var Source,Dest : <type>; Length : Integer);                       [TP]

    Moves a block of Length bytes from Source to Dest. If there is any
    overlap between the source and destination, Move automatically adjusts
    itself accordingly.

     Source,Dest    A variable of any type.

          Length    Number of bytes to be moved.

  -------------------------------- Example ---------------------------------

           Move(AList,BList,SizeOf(AList));

See Also: FillChar SizeOf
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson